-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump actions' versions for muting warning from GitHub workflow #5340
Bump actions' versions for muting warning from GitHub workflow #5340
Conversation
Signed-off-by: John Niang <[email protected]>
1107ba4
to
77a34c1
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5340 +/- ##
=========================================
Coverage 56.91% 56.91%
Complexity 3319 3319
=========================================
Files 587 587
Lines 18968 18968
Branches 1401 1401
=========================================
Hits 10795 10795
Misses 7594 7594
Partials 579 579 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ruibaby The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The pnpm/action-setup#99 (comment) has been resolved. I'm going to submit another PR to upgrade the action. |
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: See #5340 (comment) for more. #### Does this PR introduce a user-facing change? ```release-note None ```
What type of PR is this?
/kind cleanup
/area core
/milestone 2.13.x
What this PR does / why we need it:
Recently, I noticed that there are a few warnings from GitHub actions, please see the annotations below:
According to the instruction, I bump actions' verisons which have adapted to node 20.
However, only
pnpm/action-setup
hasn't adapted to node 20 yet, see pnpm/action-setup#99 for more.Does this PR introduce a user-facing change?